home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
GraphicsWorkshop
/
Source
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-01-19
|
2KB
|
61 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = GraphicsWorkshop
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = GraphicsWorkshop.tiff
DOCICONS = bcvt.tiff tools.tiff controls.tiff
LOCAL_RESOURCES = Conversions.nib DataPanel.nib GraphicsWorkshop.nib \
HelpPanel.nib InfoPanel.nib ToolsInspector.nib Logo.tiff \
SaveAlpha.tiff SaveAlphaH.tiff Help
GLOBAL_RESOURCES = 12Bit.tiff 12BitH.tiff 1Bit.tiff 1BitH.tiff 24Bit.tiff \
24BitH.tiff 2Bit.tiff 2BitH.tiff 4Bit.tiff 4BitH.tiff \
8Bit.tiff 8BitH.tiff alex.tiff GraphicsWorkshop.tiff \
Inversion.tiff InversionH.tiff
CLASSES = Conversions.m DataPanel.m GraphicApp.m HelpControl.m ImageView.m \
Indexer.m PictureDocument.m ToolsInspector.m
HFILES = Conversions.h DataPanel.h GraphicApp.h HelpControl.h ImageView.h \
Indexer.h PictureDocument.h ToolsInspector.h
MFILES = GraphicsWorkshop_main.m
PSWFILES = gw.psw
MAKEFILEDIR = /NextDeveloper/Makefiles/app
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app GraphicsWorkshop.tiff \
-sectcreate __ICON bcvt bcvt.tiff \
-sectcreate __ICON tools tools.tiff \
-sectcreate __ICON controls controls.tiff
LIBS = -lconverter -lMedia_s -lNeXT_s -lIndexing_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/app.make
-include Makefile.postamble
-include Makefile.dependencies